home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-11-24 | 1.8 KB | 77 lines | [TEXT/MPS ] |
- # File: makefile
- # Target: MenuScripter
- # Sources: MSGlobals.c
- # MSGlobals.h
- # MSUtils.h
- # MSUtils.c
- # MSAEUtils.h
- # MSAEUtils.c
- # MSEditions.h
- # MSEditions.c
- # MSWindow.c
- # MSWindow.h
- # MSFile.h
- # MSFile.c
- # MSAppleEvents.c
- # MSAppleEvents.h
- # MSMain.c
-
-
- OBJECTS = ∂
- MSGlobals.c.o ∂
- MSUtils.c.o ∂
- MSAEUtils.c.o ∂
- MSEditions.c.o ∂
- MSWindow.c.o ∂
- MSFile.c.o ∂
- MSAppleEvents.c.o ∂
- MSScript.c.o ∂
- MSMain.c.o ∂
-
-
- MSGlobals.c.o ƒ MSGlobals.h MSGlobals.c
- c MSGlobals.c -sym on
-
- MSUtils.c.o ƒ MSUtils.h MSUtils.c MSGlobals.h
- c MSUtils.c -sym on
-
- MSAEUtils.c.o ƒ MSAEUtils.h MSAEUtils.c MSUtils.h
- c MSAEUtils.c -sym on
-
- MSEditions.c.o ƒ MSEditions.h MSEditions.c MSGlobals.h MSUtils.h
- c MSEditions.c -sym on
-
- MSWindow.c.o ƒ MSWindow.c MSWindow.h MSGlobals.h MSUtils.h
- c MSWindow.c -sym on
-
- MSFile.c.o ƒ MSFile.h MSFile.c MSGlobals.h MSUtils.h
- c MSFile.c -sym on
-
- MSAppleEvents.c.o ƒ MSAppleEvents.h MSAppleEvents.c MSGlobals.h MSUtils.h MSAEUtils.h MSWindow.h MSScript.h
- c MSAppleEvents.c -sym on
-
- MSScript.c.o ƒ MSGlobals.h MSScript.c MSAEUtils.h MSScript.h MSWindow.h
- c MSScript.c -sym on
-
- MSMain.c.o ƒ MSMain.c MSAppleEvents.h MSGlobals.h MSAEUtils.h MSUtils.h MSWindow.h MSScript.h
- c MSMain.c -sym on
-
- MenuScripter ƒƒ {OBJECTS}
- Link -sym full -w -t APPL -c 'SVEd' ∂
- {OBJECTS} ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{Libraries}"ToolLibs.o ∂
- "{CLibraries}"StdCLib.o ∂
- "{PLibraries}"PasLib.o ∂
- "{Libraries}"AEObjectSupportLib.o ∂
- -o MenuScripter
-
- MenuScripter ƒƒ MenuScripter.r MSPict.r
- Rez -rd -o {Targ} MenuScripter.r -append
-
-
-
-
-
-